libxl: use LOGE instead of LIBXL__LOG_ERRNO in libxl_utils.c
authorKelley Nielsen <kelleynnn@gmail.com>
Fri, 15 Nov 2013 01:50:43 +0000 (17:50 -0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 19 Nov 2013 14:10:31 +0000 (14:10 +0000)
commit6976583283ad3ccd0f07aca7497fff8e7ae1f267
treedf33c73b818c5cbb205d33b7589891768cf27a72
parentaa76b2010c311a6b812c97f9f17886f18df1069b
libxl: use LOGE instead of LIBXL__LOG_ERRNO in libxl_utils.c

Code cleanup - no functional changes

The convenience macro LOGE has been written to take the place of
LIBXL__LOG_ERRNO. LOGE depends on the existence of a local libgl__gc
*gc. Replace two invocations of LIBXL__LOG_ERRNO, which are in
functions that already have a libxl__gc *gc present, to invocations
of the new macro.

Suggested-by: Ian Campbell <Ian.Campbell@citrix.com>
Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
tools/libxl/libxl_utils.c